html/template.escaper.escapeListConditionally (method)

3 uses

	html/template (current package)
		escape.go#L510: 		c1, _ := e.escapeListConditionally(c0, n.List, nil)
		escape.go#L572: func (e *escaper) escapeListConditionally(c context, n *parse.ListNode, filter func(*escaper, context) bool) (context, bool) {
		escape.go#L697: 	return e.escapeListConditionally(c, t.Tree.Root, filter)